home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / mdb95us.EXE / MDB95.EXE / 0 / RCDATA / TFMAIN / TFMAIN.txt
Text File  |  1996-07-10  |  5KB  |  257 lines

  1. object fMain: TfMain
  2.   Left = 8
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Michael'#39's Disk Benchmark'
  7.   ClientHeight = 458
  8.   ClientWidth = 473
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 240
  21.     Width = 153
  22.     Height = 20
  23.     AutoSize = False
  24.     Caption = '&Drive:'
  25.     FocusControl = DriveCombo
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 296
  30.     Width = 148
  31.     Height = 20
  32.     AutoSize = False
  33.     Caption = '&Size of test-file:'
  34.     FocusControl = ComboBox1
  35.   end
  36.   object Label3: TLabel
  37.     Left = 16
  38.     Top = 144
  39.     Width = 441
  40.     Height = 41
  41.     AutoSize = False
  42.     Caption = 
  43.       'Please select the drive that you want to test, the size of the t' +
  44.       'est-file and the type of the test-data.'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 16
  48.     Top = 192
  49.     Width = 441
  50.     Height = 41
  51.     AutoSize = False
  52.     Caption = 
  53.       'After you have made your selection, please click on "Start" to s' +
  54.       'tart the disk benchmark.'
  55.   end
  56.   object Label5: TLabel
  57.     Left = 16
  58.     Top = 16
  59.     Width = 441
  60.     Height = 33
  61.     Alignment = taCenter
  62.     AutoSize = False
  63.     Caption = 'Michael'#39's Disk Benchmark'
  64.     Font.Color = clWindowText
  65.     Font.Height = -23
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object Label6: TLabel
  71.     Left = 16
  72.     Top = 48
  73.     Width = 441
  74.     Height = 25
  75.     Alignment = taCenter
  76.     AutoSize = False
  77.     Caption = 'for Windows 95 and Windows NT'
  78.     Font.Color = clWindowText
  79.     Font.Height = -18
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.   end
  84.   object Label7: TLabel
  85.     Left = 16
  86.     Top = 96
  87.     Width = 441
  88.     Height = 25
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.     Caption = '∩┐╜ Copyright 1995, 1996 by Michael Schoebel Software-Design'
  92.   end
  93.   object Label8: TLabel
  94.     Left = 16
  95.     Top = 73
  96.     Width = 441
  97.     Height = 24
  98.     Alignment = taCenter
  99.     AutoSize = False
  100.     Caption = 'v2.01   10-Jul-1996'
  101.   end
  102.   object Label9: TLabel
  103.     Left = 244
  104.     Top = 240
  105.     Width = 153
  106.     Height = 20
  107.     AutoSize = False
  108.     Caption = '&Test-Data:'
  109.   end
  110.   object Button1: TButton
  111.     Left = 340
  112.     Top = 416
  113.     Width = 116
  114.     Height = 33
  115.     Hint = 'Closes MDB95.'
  116.     Cancel = True
  117.     Caption = 'Close'
  118.     ParentShowHint = False
  119.     ShowHint = True
  120.     TabOrder = 7
  121.     OnClick = Button1Click
  122.   end
  123.   object DriveCombo: TDriveComboBox
  124.     Left = 16
  125.     Top = 265
  126.     Width = 201
  127.     Height = 22
  128.     ParentShowHint = False
  129.     ShowHint = True
  130.     TabOrder = 0
  131.   end
  132.   object Panel1: TPanel
  133.     Left = 16
  134.     Top = 400
  135.     Width = 441
  136.     Height = 2
  137.     BevelOuter = bvLowered
  138.     TabOrder = 8
  139.   end
  140.   object ComboBox1: TComboBox
  141.     Left = 16
  142.     Top = 321
  143.     Width = 201
  144.     Height = 24
  145.     Style = csDropDownList
  146.     DropDownCount = 11
  147.     ItemHeight = 16
  148.     Items.Strings = (
  149.       '1mb'
  150.       '2mb'
  151.       '4mb'
  152.       '8mb'
  153.       '16mb'
  154.       '32mb'
  155.       '64mb'
  156.       '128mb'
  157.       '256mb'
  158.       '512mb'
  159.       '1gb')
  160.     ParentShowHint = False
  161.     ShowHint = True
  162.     TabOrder = 1
  163.   end
  164.   object Button2: TButton
  165.     Left = 16
  166.     Top = 416
  167.     Width = 116
  168.     Height = 33
  169.     Hint = 'Starts the testing.'
  170.     Caption = 'Start'
  171.     Default = True
  172.     ParentShowHint = False
  173.     ShowHint = True
  174.     TabOrder = 5
  175.     OnClick = Button2Click
  176.   end
  177.   object Panel2: TPanel
  178.     Left = 16
  179.     Top = 128
  180.     Width = 441
  181.     Height = 2
  182.     BevelOuter = bvLowered
  183.     TabOrder = 9
  184.   end
  185.   object Button3: TButton
  186.     Left = 177
  187.     Top = 416
  188.     Width = 116
  189.     Height = 33
  190.     Hint = 'Displays additional information about MDB95.'
  191.     Caption = '&Information...'
  192.     ParentShowHint = False
  193.     ShowHint = True
  194.     TabOrder = 6
  195.     OnClick = Button3Click
  196.   end
  197.   object RadioButton1: TRadioButton
  198.     Left = 244
  199.     Top = 272
  200.     Width = 121
  201.     Height = 20
  202.     Caption = 'Zeroes'
  203.     Checked = True
  204.     ParentShowHint = False
  205.     ShowHint = True
  206.     TabOrder = 2
  207.     TabStop = True
  208.   end
  209.   object RadioButton2: TRadioButton
  210.     Left = 244
  211.     Top = 296
  212.     Width = 121
  213.     Height = 20
  214.     Caption = 'Random'
  215.     ParentShowHint = False
  216.     ShowHint = True
  217.     TabOrder = 3
  218.   end
  219.   object RadioButton3: TRadioButton
  220.     Left = 244
  221.     Top = 320
  222.     Width = 221
  223.     Height = 20
  224.     Caption = 'File'
  225.     ParentShowHint = False
  226.     ShowHint = True
  227.     TabOrder = 4
  228.     OnClick = RadioButton3Click
  229.   end
  230.   object Panel3: TPanel
  231.     Left = 228
  232.     Top = 240
  233.     Width = 2
  234.     Height = 149
  235.     BevelOuter = bvLowered
  236.     Caption = 'Panel3'
  237.     TabOrder = 10
  238.   end
  239.   object CheckBox1: TCheckBox
  240.     Left = 244
  241.     Top = 368
  242.     Width = 193
  243.     Height = 17
  244.     Hint = 'Tests the read-performance for reading a specific file.'
  245.     Caption = 'Read testfile (CD-Test)'
  246.     ParentShowHint = False
  247.     ShowHint = True
  248.     TabOrder = 11
  249.     OnClick = CheckBox1Click
  250.   end
  251.   object OpenDialog1: TOpenDialog
  252.     FileEditStyle = fsEdit
  253.     Filter = 'All Files|*.*'
  254.     Options = [ofPathMustExist, ofFileMustExist]
  255.   end
  256. end
  257.